Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SelectionManager<T> Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1SelectionManager<T>)
    In This Topic
    Gets or sets the selection mode used by the C1SelectionManager.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As C1SelectionMode
    public C1SelectionMode SelectionMode {get; set;}
    See Also